home *** CD-ROM | disk | FTP | other *** search
/ Galleria D'arte: Manet / Manet.iso / Dati / Theme3.dxr / Internal_4_Go to the frame.ls < prev    next >
Encoding:
Text File  |  2000-12-21  |  196 b   |  9 lines

  1. on exitFrame
  2.   global gSuonoAttivo, riattivagSuonoAttivo
  3.   if (soundBusy(1) = 0) and (riattivagSuonoAttivo = 1) then
  4.     riattivagSuonoAttivo = 0
  5.     gSuonoAttivo = 1
  6.   end if
  7.   go(the frame)
  8. end
  9.